Click or drag to resize

SipClientGetRegisteredContacts Method

Returns array of all existing registered contacts.

Namespace:  Independentsoft.Sip
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public Contact[] GetRegisteredContacts(
	string uri,
	string from
)

Parameters

uri
Type: SystemString
A string represents domain name, name or IP address of SIP server.
from
Type: SystemString
A string contains the address of the registered user.

Return Value

Type: Contact
An array of registered contacts.
See Also